home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: binkley@vivid.net (KDM)
- Newsgroups: comp.lang.c,comp.lang.c.moderated
- Subject: Re: Recommend a book, REALLY!
- Date: 25 Mar 1996 06:21:36 -0600
- Organization: ViViD
- Sender: clc@solutions.solon.com
- Approved: clc@solutions.solon.com
- Message-ID: <4j634g$3fe@solutions.solon.com>
- References: <4j06oe$81u@solutions.solon.com>
- NNTP-Posting-Host: solutions.solon.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- mangino@planet.net (Reed Mangino) wrote:
-
- >Let me tell you how things are going: I started to read Schildt's "C The
- >Complete Reference" and I almost cried myself to sleep. I don't even
- >know the language well and I could tell this thing bites!
-
- >Then I get a book called "C In Plain English". On page 245 of the
- >***C*** book he writes: test_val = int(sqrt(n)); Is it me or is that the
- >function style of casting to an int that our friend C++ likes? On page
- >240 he declares, "To the following is perfectly legal:
- > void fnct(const char str[], const double *px, *py);
- >I am wondering what type *py has. He does this kind of crap throughout
- >the darn book!
-
- >I have been programming in C++ for about 3-4 years, so I already know how
- >things work I just need to get a good, SOLID, book on C (just C!) I have
- >ordered the K&R text along with an annotated book on the standard C
- >library (this might help me understand how things _should_ be done in C,
- >not to mention that I have been using iostream.h forever!)
-
- >If you could please recommend a book that might be appropriate to my
- >situation, PLEASE DO! :)
-
- >Thanks for your time, and I hope Schildt and Brian Overland are soon to
- >be frozen with Walt Disney!
-
- >Reed (C++ -> C, hhmmmm)
-
- >PS - Kudos to the kind gentleman who gave me this advice, "Reed why don't
- >you just read a C++ book backwards!" Yea, I need this kinda sarcasm
- >after reading Schildt!
-
- >--
- > ^^-__-^^-__-^^-__-^^-__-^^-__-^^-__-^^-__-^^-__-^^
- > Reed R. Mangino | ** Dialogic Corporation **
- > | World leader in the design of
- > tornado@esu.edu | computer telephony systems
-
- I used "Learn C Now" from Microsoft Press many years ago. It might be
- hard to find a copy, but I think it did a good job of explaining the
- language.
-
- K.
-